home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / init5.h < prev    next >
Text File  |  1996-07-10  |  2KB  |  29 lines

  1. /* k 0050    12/09/90    */
  2. /* k 0119       08/02/91        */
  3. struct init5 {                      /* INITSELF format 5    */
  4.     unsigned char type;             /* LU type              *//* @0119 */
  5.     unsigned char queu;             /* queue condition      *//* @0119 */
  6.     unsigned char orig;             /* origin               *//* @0119 */
  7.     unsigned char noti;             /* notify condition     *//* @0119 */
  8.     char mod5[8];                   /* logon mode           */
  9.     unsigned char dlu5;             /* type LU              *//* @0119 */
  10.     unsigned char dnl5;             /* DLU name length      *//* @0119 */
  11.     char dn5[8];                    /* DLU name             */
  12.     char nod5[8];                   /* DLU node name        */
  13.     unsigned char ri5l;             /* REQ ID   length      *//* @0119 */
  14.     char ri5n[8];                   /* REQ ID               */
  15.     unsigned char pw5l;             /* PASSWORD length      *//* @0119 */
  16.     char pw5n[8];                   /* PASSWORD             */
  17.     unsigned char us5l;             /* user field length    *//* @0119 */
  18.     char us5n[23];                  /* user field           */
  19.     unsigned char ur5l;             /* URC length           *//* @0119 */
  20.     char ur5n[4];                   /* URC                  */
  21.     char cos5[8];                   /* COS name             */
  22.     unsigned char ol5f;             /* OLU                  *//* @0119 */
  23.     unsigned char ol5l;             /* OLU name length      *//* @0119 */
  24.     char ol5n[8];                   /* OLU name             */    /* @0050 */
  25.     char onod5n[8];            /* Origin node name     */  /* @0050 */
  26.     unsigned char dar5;             /* DAF area addr        *//* @0119 */
  27.     unsigned char oar5;             /* OAF area addr        *//* @0119 */
  28.              };
  29.